home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / ixemul / sdk / man / cat1 / ipcs.0 < prev    next >
Encoding:
Text File  |  1998-06-15  |  3.8 KB  |  94 lines

  1.  
  2. IPCS(1)                      UNIX Reference Manual                     IPCS(1)
  3.  
  4. NNAAMMEE
  5.      iippccss - report System V interprocess communication facilities status
  6.  
  7. SSYYNNOOPPSSIISS
  8.      iippccss [--aabbccmmooppqqssttMMQQSSTT] [--CC _s_y_s_t_e_m] [--NN _c_o_r_e]
  9.  
  10. DDEESSCCRRIIPPTTIIOONN
  11.      The iippccss program provides information on System V interprocess communica-
  12.      tion (IPC) facilities on the system.
  13.  
  14.      The options are as follows:
  15.  
  16.      --aa      Show the maximum amount of information possible when displaying
  17.              active semaphores, message queues, and shared memory segments.
  18.              (This is shorthand for specifying the --bb, --cc, --oo, --pp, and --tt op-
  19.              tions.)
  20.  
  21.      --bb      Show the maximum allowed sizes for active semaphores, message
  22.              queues, and shared memory segments.  The ``maximum allowed size''
  23.              is the maximum number of bytes in a message on a message queue,
  24.              the size of a shared memory segment, or the number number of
  25.              semaphores in a set of semaphores.
  26.  
  27.      --cc      Show the creator's name and group for active semaphores, message
  28.              queues, and shared memory segments.
  29.  
  30.      --mm      Display information about active shared memory segments.
  31.  
  32.      --oo      Show outstanding usage for active message queues, and shared mem-
  33.              ory segments.  The ``outstanding usage'' is the number of mes-
  34.              sages in a message queue, or the number of processes attached to
  35.              a shared memory segment.
  36.  
  37.      --pp      Show the process ID information for active semaphores, message
  38.              queues, and shared memory segments.  The ``process ID
  39.              information'' is the last process to send a message to or receive
  40.              a message from a message queue, the process that created a
  41.              semaphore, or the last process to attach or detach a shared memo-
  42.              ry segment.
  43.  
  44.      --qq      Display information about active message queues.
  45.  
  46.      --ss      Display information about active semaphores.
  47.  
  48.      --tt      Show access times for active semaphores, message queues, and
  49.              shared memory segments.  The access times is the time of the last
  50.              control operation on an IPC object, the last send or receive of a
  51.              message, the last attach or detach of a shared memory segment, or
  52.              the last operation on a semaphore.
  53.  
  54.      --CC _s_y_s_t_e_m
  55.              Extract the name list from the specified system instead of the
  56.              default ``_/_n_e_t_b_s_d''.
  57.  
  58.      --MM      Display system information about shared memory.
  59.  
  60.      --NN _c_o_r_e
  61.              Extract values associated with the name list from the specified
  62.              core instead of the default ``_/_d_e_v_/_k_m_e_m''. and semaphores.
  63.  
  64.  
  65.  
  66.      --QQ      Display system information about messages queues.
  67.  
  68.      --SS      Display system information about semaphores.
  69.  
  70.      --TT      Display system information about shared memory, message queues
  71.  
  72.      If none of the --MM, --mm, --QQ, --qq, --SS, or --ss options are specified, informa-
  73.      tion about all active IPC facilities is listed.
  74.  
  75. RREESSTTRRIICCTTIIOONNSS
  76.      System data structures may change while iippccss is running; the output of
  77.      iippccss is not guaranteed to be consistent.
  78.  
  79. BBUUGGSS
  80.      This manual page is woefully incomplete, because it does not at all at-
  81.      tempt to explain the information printed by iippccss.
  82.  
  83. FFIILLEESS
  84.      /dev/kmem    default kernel memory
  85.      /netbsd      default system name list
  86.  
  87. SSEEEE AALLSSOO
  88.      ipcrm(1)
  89.  
  90. AAUUTTHHOORR
  91.      Thorsten Lockert <tholo@sigmasoft.com>
  92.  
  93.  NetBSD                          June 18, 1994                               2
  94.